crypto/tls.serverHelloMsg.cipherSuite (field)
10 uses
crypto/tls (current package)
handshake_client.go#L524: if hs.suite = mutualCipherSuite(hs.hello.cipherSuites, hs.serverHello.cipherSuite); hs.suite == nil {
handshake_client_tls13.go#L158: selectedSuite := mutualCipherSuiteTLS13(hs.hello.cipherSuites, hs.serverHello.cipherSuite)
handshake_messages.go#L633: cipherSuite uint16
handshake_messages.go#L759: b.AddUint16(m.cipherSuite)
handshake_messages.go#L780: !s.ReadUint16(&m.cipherSuite) ||
handshake_server.go#L506: hs.hello.cipherSuite = hs.suite.id
handshake_server.go#L544: hs.hello.cipherSuite = hs.suite.id
handshake_server_tls13.go#L177: hs.hello.cipherSuite = hs.suite.id
handshake_server_tls13.go#L487: cipherSuite: hs.hello.cipherSuite,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |